home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir35 / 14dutils.zip / COPYALL.DOC next >
Text File  |  1994-07-27  |  9KB  |  216 lines

  1.  
  2.                           ░▒▓█  CopyALL  █▓▒░
  3.  
  4.                Thank you for your interest in this program.
  5.                 Please register, see the REGISTER.NOW file.
  6.  
  7. ────────────────────────────────────────────────────────────────────────────────
  8.  
  9. Getting started:
  10.  
  11.  Move or copy (install) the CopyALL.exe file to your hard drive.
  12.  
  13.  For example you can copy CopyALL.exe to C:\DOS (copy a:\copyall.exe c:\dos)
  14.  that way it should be in the PATH of your computer which allows you to
  15.  type and use CopyALL from anywhere on your computer even on other drives.
  16.  
  17.  If you've registered then use my Install program to install to your 
  18.  hard drive. Follow the instructions below...
  19.  Type "A:" or "B:" (press ENTER) then "INSTALL" and pick what you want to
  20.  install, the installation program will then allow you to change the default
  21.  location of where to install.
  22.  
  23. ────────────────────────────────────────────────────────────────────────────────
  24.  
  25. Help Info:
  26.  
  27.              CopyALL  Copyright (C) 1993-1994 by  Deric Benesch
  28.  
  29.  
  30.    CopyALL will copy all files/directories you tell it to. It prompts you when
  31.    a disk runs out of memory and allows you to change it without having to quit.
  32.    You can stop at any time by pressing any key and when prompted press [ESC].
  33.    You can also use the following parameters in any order.
  34.    CopyALL was designed to copy whole directories, in tact, and not for
  35.    copying individual files. It can, however, do that by using the "/F" param.
  36.  
  37.  
  38.  COPYALL  Destination PATH or /C   [/S:Source PATH]   [/F] [/G] [/D] [/R] [/V]
  39.  
  40.    Destination PATH  - You must include this parameter or /C. This is
  41.                        where you want to copy the source files/directories to.
  42.  
  43.    /C         - Tells CopyALL to copy source files to the Current directory.
  44.  
  45.    /S:Source PATH   - This is where the files/directories you wish to copy
  46.                       are located. The default is the current directory.
  47.  
  48.    /F   - CopyALL will prompt you to confirm each File before it is copied.
  49.  
  50.    /G   - CopyALL will prompt you before Going into a directory allowing you
  51.           to skip it if you want.
  52.  
  53.    /D   - CopyALL will make subDirectories in the destination directory/drive
  54.           unless you use this parameter. It will copy all files to
  55.           the destination without creating subdirectories instead.
  56.  
  57.    /R   - CopyALL will Replace existing files unless you use this parameter.
  58.  
  59.    /V   - Turns disk-write Verification on to ensure that new files are
  60.           written correctly (type "VERIFY" to see if it is already on).
  61.  
  62. ────────────────────────────────────────────────────────────────────────────────
  63.  
  64. Examples:
  65.  
  66.    To copy files from a 1.2M 5¼" drive B: to a 1.44M 3½" drive A: type:
  67.  
  68.                        C:\>CopyALL /S B:\    A:\
  69.                        ^^^^        ^^ ^^^    ^^^
  70.                       Don't       |Source|Destination
  71.                       type "C:\>"
  72.                       it's the prompt.
  73.  
  74.    Or type the following (CopyALL what designed to copy FROM the current...
  75.                           drive:\directory that you are in):
  76.    from "C:\>" type:
  77.                       C:\>B:
  78.                       B:\>CopyALL A:\
  79.                       ^^^^        ^^^
  80.                      Again       |Destination
  81.                      Don't type
  82.                      "C:\> or B:\>"
  83.                      they are prompts.
  84.  
  85. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  86.  
  87.    If you want to copy files from "C:\STUFF" and its subdirectories to
  88.    "C:\TEMP" but do not want CopyALL to make the subdirectories in "C:\TEMP"
  89.    then type:
  90.  
  91.                C:\>CopyALL /S STUFF    TEMP     /D
  92.                ^^^^        ^^ ^^^^^    ^^^^     ^^
  93.              Prompt       | Source |Destination|Don't make subDirectories
  94.  
  95.    If "C:\TEMP" does not exist CopyALL will ask you if it should make it.
  96.  
  97. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  98.  
  99. NOTE: CopyALL is NOT CASE SENSITIVE so you can type "/s stuff",
  100.       "/S stuff", "/s STUFF", ect, ect.
  101.  
  102.       It also does not matter how many spaces are between parameters so
  103.       long as there is AT LEAST ONE space.
  104.  
  105. ────────────────────────────────────────────────────────────────────────────────
  106.  
  107. What you get when you register:
  108.  
  109.    When you register you will be able to "gather" files...
  110.  
  111.       CopyALL C:\WAVS   /S D:\*.WAV   /D
  112.                               ^^^^^
  113.                               Registered only.
  114.  
  115.    like *.WAV files from a CD-ROM drive D:\ to C:\WAVS even when the *.WAV
  116.    files are deep within subdirectories on the CD. The "/D" tells CopyALL
  117.    not to make subdirectories in C:\WAVS.
  118.  
  119.  I use this feature constantly and I can't imagine trying to work without it.
  120.  The shareware version is OK for entire directories but just doesn't compare
  121.  with the ability to use wildcards to search entire drives for files that
  122.  you want or need.
  123.  
  124. ────────────────────────────────────────────────────────────────────────────────
  125.  
  126. Error code list:
  127.  
  128.             Error Number│Error Message
  129.             ════════════╪═════════════════════════════════
  130.                       1 │Invalid function number
  131.              Normal » 2 │File not found
  132.              Normal » 3 │Path not found
  133.  Increase "FILES="  » 4 │Too many open files
  134.    Read only files  » 5 │File access denied
  135.   Shouldn't happen  » 6 │Invalid file handle
  136.   Shouldn't happen » 12 │Invalid file access code
  137.                      15 │Invalid drive number
  138.             Normal » 16 │Cannot remove current directory
  139.   Shouldn't happen » 17 │Cannot rename across drives
  140.                      18 │No more files
  141.                     100 │Disk read error
  142.                     101 │Disk write error
  143.                     102 │File not assigned
  144.                     103 │File not open
  145.                     104 │File not open for input
  146.                     105 │File not open for output
  147.                     106 │Invalid numeric format
  148.  Change tab on    » 150 │Disk is write-protected
  149.  floppy disk.       151 │Bad drive request struct length
  150.     Floppy drives » 152 │Drive not ready
  151.                     154 │CRC error in data
  152.                     156 │Disk seek error
  153.                     157 │Unknown media type
  154.     Need new disk » 158 │Sector Not Found
  155.                     159 │Printer out of paper
  156.  Printer not      » 160 │Device write fault
  157.  connected.         161 │Device read fault
  158.  Sometimes network» 162 │Hardware failure
  159.  causes this,norm.  200 │Division by zero
  160.                     201 │Range check error
  161.  May happen since » 202 │Stack overflow error
  162.  program            203 │Heap overflow error
  163.  uses recursion     204 │Invalid pointer operation
  164.  but can't be       205 │Floating point overflow
  165.  fixed easily.      206 │Floating point underflow
  166.                     207 │Invalid floating point operation
  167.                     208 │Overlay manager not installed
  168.                     209 │Overlay file read error
  169.                     210 │Object not initialized
  170.                     211 │Call to abstract method
  171.                     212 │Stream registration error
  172.                     213 │Collection index out of range
  173.                     214 │Collection overflow error
  174.                     215 │Arithmetic overflow error
  175.   Won't happen yet» 216 │General Protection fault
  176.  
  177. ────────────────────────────────────────────────────────────────────────────────
  178.  
  179.                      Get Deric's latest releases from:
  180.                      ░▒▓█ Software Creations BBS █▓▒░
  181.  
  182.                 1200/2400 V.42/MNP Lines : (508) 365-2359
  183.             2400-14.4k HST US Robotics Lines : (508) 368-7036
  184.         2400-16.8k V.32/V.42bis US Robotics lines : (508) 368-7139
  185.      14.4-28.8k V.32/V.42bis/V.fc Hayes Optima lines: (508) 365-9352
  186.   14.4-28.8k V.32/V.42bis/V.32terbo/V.fc US Robotics lines: (508) 368-3424
  187.  
  188.                         » "Home of the Authors" «
  189.                * Software Creations Voted #1 BBS for 1993 *
  190.                      "There's no place like home!" 
  191.  
  192.  
  193.       For tech support or suggestions you can leave me a message on
  194.                         Software Creations BBS.
  195.                   At the main board leave a message to
  196.            "DERIC BENESCH" and I will get back to you A.S.A.P.
  197.  
  198. ────────────────────────────────────────────────────────────────────────────────
  199.  
  200. Keep a look out for Deric's Dos Shell
  201.  
  202.    It will have all the features of the registered versions of my util
  203.    programs as well as a file (HEX and ASCII) editor and a text editor
  204.    along with print features. Most importantly it will allow you to move
  205.    around your computer and load up programs quickly without using up
  206.    a lot of base memory (only uses 7K).
  207.    It has full mouse support and you can configure everything including
  208.    its colors.
  209.  
  210.  
  211. Other Utils to look for:
  212.  
  213.             MoveALL - Moves whole drives/directories REAL FAST!
  214.            SuperDel - Deletes whole drives/directories REAL FAST!
  215.             Encrypt - Encrypt/Decrypt your favorite files!
  216.